home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Befund2A.dfm / Befund2A.txt
Text File  |  1998-12-17  |  2KB  |  111 lines

  1. object Form1: TForm1
  2.   Left = 273
  3.   Top = 120
  4.   Width = 435
  5.   Height = 326
  6.   Caption = 'Seelenklempner II'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object GroupBox1: TGroupBox
  16.     Left = 16
  17.     Top = 16
  18.     Width = 400
  19.     Height = 60
  20.     Caption = 'Das sagst Du mir'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -17
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Edit1: TEdit
  29.       Left = 10
  30.       Top = 24
  31.       Width = 380
  32.       Height = 28
  33.       TabOrder = 0
  34.     end
  35.   end
  36.   object GroupBox2: TGroupBox
  37.     Left = 16
  38.     Top = 88
  39.     Width = 400
  40.     Height = 60
  41.     Caption = 'Das sag ich Dir'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -17
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 1
  49.     object Panel1: TPanel
  50.       Left = 10
  51.       Top = 24
  52.       Width = 380
  53.       Height = 25
  54.       BevelOuter = bvLowered
  55.       TabOrder = 0
  56.     end
  57.   end
  58.   object GroupBox3: TGroupBox
  59.     Left = 16
  60.     Top = 160
  61.     Width = 400
  62.     Height = 60
  63.     Caption = 'Diagnose-Manipulator'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -17
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.     object ScrollBar1: TScrollBar
  72.       Left = 10
  73.       Top = 24
  74.       Width = 380
  75.       Height = 25
  76.       TabOrder = 0
  77.       OnChange = ScrollBar1Change
  78.     end
  79.   end
  80.   object Button1: TButton
  81.     Left = 48
  82.     Top = 240
  83.     Width = 140
  84.     Height = 40
  85.     Caption = 'Neu'
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -17
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 3
  93.     OnClick = Button1Click
  94.   end
  95.   object Button2: TButton
  96.     Left = 240
  97.     Top = 240
  98.     Width = 140
  99.     Height = 40
  100.     Caption = 'Fertig'
  101.     Font.Charset = ANSI_CHARSET
  102.     Font.Color = clBlack
  103.     Font.Height = -17
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 4
  108.     OnClick = Button2Click
  109.   end
  110. end
  111.